Type SparseCompressedRowMatrixStorage<T>
Namespace MathNet.Numerics.LinearAlgebra.Storage
Parent MatrixStorage<T>
Not range-checked.
int rowThe row of the element.
int columnThe column of the element.
TThe requested element.
WARNING: This method is not thread safe. Use "lock" with it and be sure to avoid deadlocks.
int rowThe row of the element.
int columnThe column of the element.
T valueThe value to set the element to.
booltrue if the current object is equal to the other parameter; otherwise, false.
WARNING: This method is not thread safe. Use "lock" with it and be sure to avoid deadlocks
int rowMatrix row index
int columnMatrix column index
intItem index
The state array will not be modified, unless it is the same instance as the target array (which is allowed).
The state array will not be modified, unless it is the same instance as the target array (which is allowed).
intA hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Value:
return Int32[]
|
return Int32[]
|
return T[]
|
return int
|
return int
|